home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / make_mac.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2011-03-26  |  149 b   |  4 lines

  1. total = Math.round(this.getBytesTotal() / 1000);
  2. current = Math.round(this.getBytesLoaded() / 1000);
  3. percent = Math.round(current / total * 100);
  4.